ComponentOne Excel for UWP
Clone(XLCell[]) Method

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > XLColumn Class > Clone Method : Clone(XLCell[]) Method
The array of the cells for the current instance.
Creates a new XLColumn object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overloads Function Clone( _
   ByRef cells As XLCell() _
) As XLColumn
public XLColumn Clone( 
   out XLCell[] cells
)

Parameters

cells
The array of the cells for the current instance.

Return Value

A new XLColumn object that is a copy of the current instance.
See Also

Reference

XLColumn Class
XLColumn Members
Overload List